projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e36c56
)
(etags-tags-completion-table): When skipping the noise
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jun 1993 23:43:57 +0000
(23:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jun 1993 23:43:57 +0000
(23:43 +0000)
before the tag name, let it end with any char not allowed in a tag.
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 70dcd9a557dad23e60da800e8094cdffd1026eb4..e72fdb3e7cd7912979697fc3cc335f19e4e0f210 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-915,7
+915,8
@@
See documentation of variable `tags-file-name'."
;; \6 is not interesting;
;; \7 is the explicitly-specified tag name.
(while (re-search-forward
- "^\\(\\(.+[ \t]+\\)?\\([-a-zA-Z0-9_$]+\\)[^-a-zA-Z0-9_$]*\\)\177\
+ "^\\(\\(.+[^-a-zA-Z0-9_$]+\\)?\\([-a-zA-Z0-9_$]+\\)\
+\[^-a-zA-Z0-9_$]*\\)\177\
\\([0-9]+\\),\\([0-9]+\\)\\(,\001\\([^\n]+\\)\\)?\n"
nil t)
(intern (if (match-beginning 6)